Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

633467 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/177 - Hangman Game

index.html cody/swapnilsparsh/30DaysOfJavaScript/177 - Hangman Game/index.html
277 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
script.js cody/swapnilsparsh/30DaysOfJavaScript/177 - Hangman Game/script.js
180 Views
0 Comments
/*
Script by Mike Mcgrath- http://website.lineone.net/~mike_mcgrath
Featured on JavaScript Kit (http://javascriptkit.com)
For this and over 400+ free scripts, visit http://javascriptkit.com
*/
var alpha=new Array();
var alpha_index=0;
var bravo=new Array();